Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGridDetailProvider<TItem> Class / ShowDetailAsync Method
The index of the original row.

In This Topic
    ShowDetailAsync Method
    In This Topic
    Shows the detail row.
    Syntax
    'Declaration
     
    
    Public Function ShowDetailAsync( _
       ByVal index As Integer _
    ) As Task
    public Task ShowDetailAsync( 
       int index
    )

    Parameters

    index
    The index of the original row.
    See Also